|
CruiseControl.NET : Alienbrain Source Control Block
This page last changed on Sep 11, 2008 by williams.
Alienbrain Configuration ExamplesExample using defaults: <sourcecontrol type="alienbrain"> <server>MyServer</server> <database>MyDatabase</database> <username>Username</username> <password>Password</password> <project>ab://myprojectpath</project> </sourcecontrol> Full example: <sourcecontrol type="alienbrain"> <server>MyServer</server> <database>MyDatabase</database> <username>Username</username> <password>Password</password> <project>ab://myprojectpath</project> <executable>c:\alienbrain\ab.exe</executable> <workingDirectory>d:\code</workingDirectory> <branch>Root Branch/Branch1</branch> <autoGetSource>true</autoGetSource> <labelOnSuccess>true</labelOnSuccess> <timeout units="minutes">10</timeout> </sourcecontrol> Configuration Elements
Alienbrain NotesCurrent implementation of alienbrain use the following commands:
Contributions
|
| Document generated by Confluence on Mar 14, 2009 02:55 |